home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / REMOTE < prev    next >
Text File  |  1994-11-06  |  2KB  |  47 lines

  1.  
  2. remote [-p <port>] [-k <key>] [-a <kickaddr>] <host> kick | exit | reset
  3.  
  4.         Send a UDP packet to the specified host commanding it to exit
  5.         NOS, reset the processor, or force a retransmission on TCP
  6.         connections.
  7.  
  8.         For this command to be accepted, the remote system must be
  9.         running the remote server.  Also, the port number specified in
  10.         the remote command must match the port number given when the
  11.         server was started on the remote system.
  12.  
  13.         If the port numbers do not match, or if the remote server is not
  14.         running on the target system, the command packet is ignored.
  15.  
  16.         Even if the command is accepted there is no acknowledgement.
  17.  
  18.         The 'kick' subcommand forces a retransmission timeout on all TCP
  19.         connections that the remote node may have with the local node.
  20.  
  21.         If the '-a' option is used, connections to the specified host are
  22.         kicked instead.  No key is required when using the 'kick'
  23.         subcommand.
  24.  
  25.         The 'exit' and 'reset' subcommands are mainly useful for
  26.         restarting NOS on a remote unattended system after the
  27.         configuration file has been updated.  The remote system should
  28.         invoke NOS automatically upon booting, preferably in an infinite
  29.         loop.
  30.  
  31.  
  32.         remote -s [<key>]
  33.           The 'exit' and 'reset' subcommands of 'remote' require a
  34.           password.  The password is set on a given system with the '-s'
  35.           option, and it is specified in a command to a remote system with
  36.           the '-k' option.
  37.  
  38.           If no password is set with the '-s' option, then the 'exit' and
  39.           'reset' subcommands are disabled.
  40.  
  41.           Note that 'remote' is an experimental feature in NOS; it is not
  42.           yet supported by any other TCP/IP implementation, although a
  43.           version of the remote command for BSD Unix exists.
  44.  
  45.  
  46.  
  47.